home *** CD-ROM | disk | FTP | other *** search
- #ifndef _RLE_SPR_H_INCLUDED
- #define _RLE_SPR_H_INCLUDED
-
- #ifdef __cplusplus
- extern "C"
- {
- #endif
-
-
- short wloadsprites_rle (color *pal, char *filename, block *image_array,
- short start, short end);
- short wsavesprites_rle (color *pal, char *filename, block *image_array,
- short start, short end);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif